Update from code changes: document mint test run history and access - #7269
Merged
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
Author
|
Update from code changes updated this PR. Verified best-practices checks; no additions needed Source PRs
|
ethanpalm
self-requested a review
September 14, 2026 16:56
ethanpalm
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mint testnow saves a report for each completed run and, on the next interactive run, offers choices to update the tests, review the last run's results, or start a brand new test. Reports and a run index persist under.mintlify/test, which the docs already list as an output location. Separately,mint testis now available to any authenticated user instead of being limited to Mintlify organizations, so the reference now states the login requirement. See https://github.com/mintlify/mint/pull/10655 and https://github.com/mintlify/mint/pull/10654Changes
mint testreference explaining the update, review, and start-fresh options.mint testrequires authentication withmint login, matching how other authenticated commands are documented.Update history
mint test, per https://github.com/mintlify/mint/pull/10655mint loginauthentication requirement to themint testreference in all languages, per https://github.com/mintlify/mint/pull/10654Note
Low Risk
Documentation-only updates to CLI reference pages; no application or infrastructure code changes.
Overview
Updates the
mint testCLI reference in English, Spanish, French, and Chinese to match recent product behavior.The opening description now states that
mint testrequiresmint login, aligned with other authenticated commands. A new Revisit a previous run section explains that completed runs are saved and the next interactive session can update tests, review the last run, or start a brand new test (reports under.mintlify/test/).The Chinese CLI commands page meta description is shortened for SEO length limits.
Reviewed by Cursor Bugbot for commit e1e8293. Bugbot is set up for automated code reviews on this repo. Configure here.